|
|
|
|
CharSearchModeEnum Enumeration |
Used with the CharSearchMode property to define the search mode for characters typed by the user.
Syntax CharSearchModeEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum CharSearchModeEnum |
C# |
public enum CharSearchModeEnum |
C++ |
public enum class CharSearchModeEnum |
Member |
Value |
Description |
None | 0 | Characters typed are ignored. |
Char1 | 1 | Starting at the current item, the next item starting with the one single character typed is located and made current. |
AllChars | 2 | The first item in the tree control that matches the character(s) typed within a short time period is made current. As the user types additional characters, the search continues. If the user pauses for more than two second, the search ends. The next character typed starts a new search. |
Comments
The CharSearchModeEnum enumeration is used with the CharSearchMode property to define the search mode for characters typed by the user.